/* 轮播图 */
#bannerSwiper .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 650px;
    background-color: #EAECEE;
}

#banner-swiper-pagination {
    position: absolute;
    left: 50% !important;
    bottom: 28% !important;
    transform: translateX(-50%);
    text-align: left;
}

#bannerSwiper .swiper-slide {
    display: flex;
    justify-content: center;
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 52px));
    height: 4px;
    border-radius: initial;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
    background: var(--swiper-pagination-bullet-inactive-color, #dadce1);
}

.normal-bullet {
    background: #fff;
}

.groove {
    overflow: hidden;
    width: 52px;
    height: 4px;
}

.swiper-pagination-bullet-active .strip {
    position: relative;
    right: 100%;
    width: 100%;
    height: 100%;
    background-color: #2f61f1;
}

.active-bullet {
    background: #2f61f1;
}

.swiper-slide img {
    width: 1920px;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.achievement {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100px;
    backdrop-filter: saturate(180%) blur(15px);
    background: rgba(255, 255, 255, 0.6);
}

.achievement .ach-content {
    display: flex;
    justify-content: flex-start;
    height: 100%;
}

.achievement .ach-content .ach-item {
    /* width: 100%; */
    min-width: 112px;
    display: flex;
    align-items: flex-start;
    padding-top: 25px;
    padding-right: 10px;
    flex: 1;
}

.achievement .ach-content .ach-item .ach-item-content {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
}

.achievement .ach-content .ach-item .ach-item-content {
    padding-left:10px;
}

.ach-item:not(:first-child)::before {
    content: ' ';
    display: inline-block;
    width: 1px;
    height: 61px;
    background-color: #DFE1E2;
}

.ach-item:last-child:before {
    background-color: #C0C8DB;
}

.ach-item:nth-last-child(2)::before {
    background-color: #C2CCDC;
}

.ach-item:nth-last-child(3)::before {
    background-color: #C2CDDC;
}

.achievement .ach-content .ach-item:hover {
    cursor: pointer;
    background-color: rgba(21,58,136, 0.05);
}

.ach-title {
    width: 100%;
    /* font-family: AliMedium; */
    font-size: 16px;
    color: #252b3a;
    margin-bottom: 9px;
    font-weight: bold;
    text-align: center;
}

.ach-detail {
    width: 100%;
    font-family: AliThin;
    font-size: 15px;
    color: rgb(37,43,58,0.5);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 18px;
    text-align: center;
}

.banner-main {
    position: absolute;
    top: 24%;
    left: 50% !important;
    transform: translateX(-50%);
}

.banner-main .main-title {
    font-size: 50px;
    color: #252b3a;
    margin-bottom: 28px;
    font-weight: 700;
}

.banner-main .main-content {
    
    font-size: 22px;
    margin-bottom: 60px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #252b3a;
}

.banner-main .main-operate button {
    width: 122px;
    height: 39px;
    border-radius: 2px;
    margin-right: 20px;
    
}

.banner-main .main-operate .main-btn {
    background-color: #2F61F1 !important;
    font-size: 14px;
    border: none !important;
    color: #ffffff !important;
}

.banner-main .main-operate .secondary-btn {
    border: solid 1px #323847;
    background-color: transparent;
    font-size: 14px;
    color: #252b3a;
}

.banner-main .main-operate .main-btn:hover, .banner-main .main-operate .secondary-btn:hover {
    opacity: .9;
}

.swiper-pagination-bullet:hover {
    background-color: #E9E9E9;
}

.swiper-button-disabled {
    opacity: .5;
}

/* 过渡 */
.transition-box {
    background-color: #fff;
    /* height: 200px; */
    width: 100%;
    margin-bottom: 61px;
}

.transition-box .tb-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 70px;
}

.tb-content .tb-content-title {
    
    font-size: 34px;
    color: #252b3a;
    margin-bottom: 21px;
}

.tb-content .tb-content-detail {
    font-size: 15px;
    color: rgb(37,43,58,0.5);
}


/* 产品介绍tab */

.tabs-box {
    position: relative;
    z-index: 10;
    box-shadow: 0px 15px 15px -10px #d1d9e3;
}

.tabs-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.tab {
    flex: 1;
    text-align: center;
}

.tab-button {
    font-family: AliLight;
    display: inline-block;
    /* width: 100%; */
    width: auto;
    padding: 20px 0;
    text-align: center;
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    font-size: 18px;
    color: #252b3a;
}

.tab-button:hover {
    
}

.tab-button.active {
    
    font-weight: bold;
}

.tab-button::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -19px;
    right: 0;
    height: 3px;
    width: 0;
    background-color: #2f61f1;
    transition: width .3s ease-in-out;
}

.tab-button.active::after {
    width: 143px;
}

.tab-content {
    display: none;
    background-color: #eceff4;
    box-shadow: inset 0 8px 16px 0 rgb(8 20 49 / 8%);
    height: 458px;
    background-image: url('../img/index/safe-product.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.tab-content.active {
    display: block;
}

.tab-content .tab-content-main {
    width: 1180px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    animation: fadeIn 1s ease both;
    transform-origin: center center;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
   
    100% {
        opacity: 1;
    }
   }

.tab-content .tab-content-main img {
    height: 100%;
    object-fit: cover;
}

.tab-content .tab-content-main .right {
    width: 750px;
}

.tab-content .upper-box {
    margin-top: 61px;
    width: 750px;
    min-height: 226px;
    background-color: rgba(255, 255, 255, .7);
    border-left: 2px solid #2F8FF1;
    box-shadow: 8px 8px 20px rgba(55,99,170,.1), -8px -8px 20px #fff;
    padding: 24px 42px;
    box-sizing: border-box;
    margin-bottom: 44px;
}

.tab-content .upper-box img {
    /* width: 78px; */
    height: 40px;
}

.tab-content .upper-box-content {
    font-size: 15px;
    line-height: 25px;
    color: rgb(37,43,58,0.5);
    margin: 22px 0;
}

.tab-content .upper-box-btn {
    width: 98px;
    height: 32px;
    background-color: #2F61F1;
    
    font-size: 12px;
    color: #ffffff;
}

.tab-content .lower-box {
    width: 750px;
}

.tab-content .lower-box .lower-box-row {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 24px;
    padding-left: 57px;
}

.tab-content .lower-box-row-item {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 50%;
}

.tab-content .lower-box-row-item img {
    /* width: 17px;
 *     height: 20px; */
    margin-right: 9px;
}

.tab-content .lower-box-row-item span {
    
    font-size: 14px;
    color: #252b3a;
}

.tab-indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: #2f61f1;
    transition: all 0.3s ease-in-out;
    /* transform: scaleX(0); */
}

.security {
    height: 815px;
    width: 100%;
}

.security-main {
    padding-top: 70px;
}

.security-main .main-title {
    width: 100%;
    text-align: center;
    margin-bottom: 42px;
}

.security-main .main-title .title-upper {
    font-size: 34px;
    color: #252b3a;
    margin-bottom: 20px;
}

.security-main .main-title .title-lower {
    font-size: 15px;
    color: #252b3a;
    opacity: 0.7;
}

.service-type .type-row {
    display: flex;
    margin-bottom: 20px;
}

.security .service-type .type-item {
    flex: 1;
    cursor: pointer;
    transition: all .3s;
    margin-right: 20px;
    min-width: 175px;
    height: 273px;
    background-image: linear-gradient(0deg, #ffffff 0%, #eff1f6 100%);
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1), -8px -8px 20px #fff;
    border-image-source: linear-gradient(0deg, #ffffff 100%);
    border-image-slice: 1;
    pointer-events: auto;
}

.active-type {
    flex: 2.2172 !important;
    background-image: linear-gradient(39deg, #1f4fda 0%, #2f61f1 27%, #729cf8 50%, #aed3ff 71%, #def0ff 100%) !important;
    box-shadow: 8px 8px 50px -10px 
		rgba(0, 67, 173, 0.39), 
		inset -8px -8px 50px
		rgba(31, 70, 180, 0.09) !important;
    border-radius: 5px !important;
}

.security .service-type .type-item:nth-child(5n) {
    margin-right: 0;
}

.service-type .item-normal {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.service-type .item-normal .item-wrap{
    height: 90px;
    line-height: 90px;
    margin-bottom: 36px;
}
.service-type .item-normal img {
    vertical-align: bottom;
}

.service-type .item-normal .item-normal-title {
    font-family: AliMedium;
    font-size: 18px;
    color: #252b3a;
}

.service-type .item-hover {
    /* width: 393px; */
    height: 100%;
    position: relative;
    overflow: hidden;
    /* background: url('../img/index/security-service/hover/aqjg.png');
 *     background-size: 100% 100%;
 *         background-position: center; */
}

.service-type .item-hover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.service-type .item-hover-box {
    position: relative;
    padding: 0 35px;
}

.service-type .item-hover .item-hover-title {
    padding-top: 62px;
    margin-bottom: 21px;
    font-family: AliExtraBold;
    font-size: 22px;
    color: #ffffff;
}

.service-type .item-hover .item-hover-devide {
    width: 33px;
    height: 6px;
    background-color: #ffffff;
    margin-bottom: 28px;
}

.service-type .item-hover .item-hover-content {
    width: 325px;
    
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
}

.solution {
    width: 100%;
    min-height: 883px;
    background-color: #eceff4;
    position: relative;
}

.solution-bg {
    width: 100%;
    height: 100%;
    min-height: 883px;
    position: absolute;
    overflow: hidden;
}

.solution-bg .upper {
    position: absolute;
    top: -10px;
    left: 0;
}

.lower {
    position: absolute;
    bottom: -70px;
    right: -40%;
    z-index: 2;
}

.solution .solution-box {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.solution-box .box-title {
    font-size: 50px;
    color: #252b3a;
    margin-bottom: 90px;
    text-align: center;
}

.solution-box .box-title .title-upper {
    
    font-size: 34px;
    color: #252b3a;
    margin-bottom: 20px;
}

.solution-box .box-title .title-lower {
    font-family: AliLight;
    font-size: 16px;
    color: #252b3a;
    opacity: 0.7;
}

.solution-main {
    width: 100%;
    min-height: 583px;
    display: flex;
    position: relative;
    z-index: 1;
}

.solution-main .left-menu {
    width: 24%;
    background-color: #f8f9fb;
    border: 2px solid #fff;
    border-image-source: linear-gradient(0deg, #ffffff 100%);
    border-image-slice: 1;
    border-right: none;
}

.solution-main .menu-list {
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 36px 0;
    overflow-y: auto;
}

.solution-main .left-menu .menu-item {
    position: relative;
    height: 30px;
    transition: height 0.5s;
    overflow: hidden;
    cursor: pointer;
    backdrop-filter: blur(2px);
    padding-left: 33px;
}

.menu-item-hover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 120px;
    background: url('../img/index/img_dxjjfa.png') no-repeat 50%;
    background-size: cover;
    z-index: 2;
    -webkit-transform: translate(-50px);
    transform: translate(-50px);
    -webkit-animation: boll 10s linear infinite alternate;
    animation: boll 10s linear infinite alternate;
}

@keyframes boll {
    0% {
        transform: translate(0, 0);
    }

    40% {
        transform: translate(100%, 15%);
    }

    60% {
        transform: translate(80%, 0);
    }

    100% {
        transform: translate(-10%, -5%);
    }
}

.solution-main .left-menu .menu-item:not(:last-child) {
    margin-bottom: 45px;
}

.solution-main .left-menu .menu-item img {
    /* height: 77px; */
    margin-bottom: 22px;
    position: relative;
    z-index: 3;
}

.solution-main .left-menu .menu-item .menu-item-name {
    
    font-size: 16px;
    color: #4b5b76;
}

.solution-main .left-menu .menu-item-hover .menu-item-name {
    color: #2f61f1;
    font-size: 17px;
    font-weight: bold;
}

.solution-main .solution-content {
    width: 76%;
    background-color: #f8f9fb;
    box-shadow: inset 13px 23px 30px 0px rgba(178, 187, 199, 0.53);
    border: 2px solid #fff;
    border-image-source: linear-gradient(0deg, #ffffff 100%);
    border-image-slice: 1;
    border-left: none;
    position: relative;
}

.solution-content .sc-tab-list {
    position: absolute;
    left: 14%;
    top: -39px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sc-tab-list .tab-list-item {
    
    font-size: 18px;
    color: #4b5b76;
    opacity: 0.7;
    margin: 0 40px;
    position: relative;
    cursor: pointer;
}

.sc-tab-list .sc-tab-active {
    /* color: #2f61f1; */
    opacity: 1;
    font-weight: bold;
}

.tab-list-item:hover {
    opacity: 1;
}

.tab-list-item.sc-tab-active::after {
    width: 143px;
}

.tab-list-item::after {
    content: "";
    position: absolute;
    bottom: -19px;
    left: -19px;
    right: 0;
    height: 4px;
    background-color: #2f61f1;
    width: 0;
    transition: width .3s ease-in-out;
}

.sc-box {
    padding: 40px 43px;
    animation: fadeIn 1s ease both;
    transform-origin: center center;
    position: relative;
    z-index: 3;
}

.sc-box img {
    width: 100%;
    height: 238px;
    margin-bottom: 34px;
}

.sc-box .title {
    
    font-size: 21px;
    color: #252b3a;
    margin-bottom: 25px;
}

.sc-box .content {
    
    font-size: 14px;
    letter-spacing: 0px;
    color: #4b5b76;
    line-height: 25px;
    position: relative;
    z-index: 3;
}

.sc-box button {
    width: 98px;
    height: 32px;
    background-color: #2f61f1;
    
    font-size: 12px;
    color: #ffffff;
    margin-top: 35px;
}

.sc-box .tags-list {
    display: flex;
    align-items: center;
    margin-top: 31px;
}

.sc-box .tags-list .tag-item {
    border: solid 1px #acb7c7;
    padding: 5px 25px;
    
    font-size: 12px;
    color: #939eac;
    margin-right: 20px;
}

#partner {
    width: 100%;
    min-height: 399px;
    background-color: #000000;
    background: url('../img/index/partner/bg.png') no-repeat;
    background-size: 100% 100%;
}

#partner .p-main {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 50px;
}

#partner .p-upper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 48px;
}

#partner .p-upper .title {
    
    font-size: 34px;
    color: #ffffff;
    margin-bottom: 21px;
}

#partner .p-upper .describe {
    font-family: AliLight;
    font-size: 16px;
    color: #ffffff;
    opacity: 0.7;
}

#partner .partner-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#partner .partner-list img {
    width: 220px;
}


/* 服务客户 */

#client {
    width: 100%;
    height: 604px;
    background-color: linear-gradient(0deg, #fafcff 0%, #f4f7fc 100%);
    background: url('../img/index/client/bg.jpg') no-repeat;
    background-size: 100% 100%;
}

#client .c-main {
    text-align: center;
    padding: 70px 0;
    position: relative;
}

@media screen and (max-width: 1200px) {
    #client .c-main {
        overflow: hidden;
    }
}

#client .c-upper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 46px;
}

#client .c-upper .title {
    
    font-size: 34px;
    color: #252b3a;
    margin-bottom: 20px;
}

#client .c-upper .describe {
    font-family: AliLight;
    font-size: 16px;
    color: #252b3a;
    opacity: 0.7;
}

.client-swiper {
    width: 100%;
    height: 650px;
    position: relative;
}

#clientSwiper {
    width: 79%;
    min-width: 1200px;
    height: 351px;
    background-color: rgb(237, 241, 246, 0.8);
    outline: 1px solid #fff;
    border-radius: 20px;
    border-image-source: linear-gradient(2deg, #f9f9f9 0%, #ffffff 100%);
    border-image-slice: 1;
}

#clientSwiper .swiper-wrapper {
    display: flex;
}

#clientSwiper .swiper-wrapper .s-item {
    width: 173px;
    height: 58px;
    line-height: 58px;
    background-color: #ffffff;
    box-shadow: 6px 9px 16px 0px rgba(187, 202, 224, 0.23);
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

#clientSwiper .swiper-wrapper .s-item:hover {
    box-shadow: 6px 9px 16px 0px rgba(187, 202, 224, 0.63);
}

#clientSwiper .swiper-wrapper .s-content {
    padding: 29px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

#clientSwiper .swiper-wrapper .s-item {
    margin: 0 10px 20px;
}

#clientSwiper .swiper-wrapper .swiper-slide {
    height: 100%;
}

#clientSwiper .slide-content {
    width: 100%;
    /* height: 100%; */
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    background-color: #edf1f6;
    border: 1px solid #fff;
    border-radius: 20px;
    border-image-source: linear-gradient(2deg, #f9f9f9 0%, #ffffff 100%);
    border-image-slice: 1;
}

.client-swiper-button-prev {
    position: absolute;
    bottom: 34%;
    left: -8%;
    cursor: pointer;
}

.client-swiper-button-next {
    position: absolute;
    bottom: 34%;
    right: -11%;
    cursor: pointer;
}

.low-zero{
    background-color: #ce763b;
	border-radius: 2px;
    width: 96px;
	height: 31px;
	font-size: 15px;
    text-align: center;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
    margin-bottom: 15px;
}

